home *** CD-ROM | disk | FTP | other *** search
/ USGS: Oil & Gas Fields of Asia Pacific / USGS Maps Showing Geology, Oil & Gas Fields of Asia Pacific.iso / pc / ASPAC / EXPORT / MISC / FAREAST.AML < prev    next >
Text File  |  1999-03-12  |  16KB  |  479 lines

  1. /* --------------------------------------------------------------------------
  2. /*  U.S. Geological Survey
  3. /*  Energy Resource Team
  4. /*  P.O. Box 25046
  5. /*  MS 939
  6. /*  Denver Federal Center
  7. /*  Denver CO, 80225-0046, U.S.A.
  8. /* ---------------------------------------------------------------------------
  9. /*  World Energy Project
  10. /* ---------------------------------------------------------------------------
  11. /* ---------------------------------------------------------------------------
  12. /*  Program: fareast.aml
  13. /*  Purpose: create map composition of 
  14. /*  MAP SHOWING GEOLOGY, OIL AND GAS FIELDS, AND GEOLOGIC PROVINCES
  15. /*  OF THE FAR EAST (Plate 1 of Open File Report 97-470F)
  16. /* ---------------------------------------------------------------------------
  17. /*  Requires:  fnt034 - Fontset used by shadeset (must be in this AML's directory)
  18. /*             fnt029 - Fontset used by shadeset (must be in this AML's directory)
  19. /*             glg.lut - Lookup table assigning geologic age color
  20. /*             lith.lut - Lookup table assigning rock type fill pattern
  21. /*             eindex.gra - Graphic file of index map
  22. /*             legend.gra - Graphic file of geologic legend
  23. /*             reg3prvs.txt - Text file of province list
  24. /*             othprv.txt - Text file of province list
  25. /*             dsclaim.txt - Text file of U.S.G.S. disclaimer
  26. /*             geo1.mrk - Markerset of geologic age symbols
  27. /* ---------------------------------------------------------------------------
  28. /*  Coverages:  geo_3fe   Geologic age (polygon)
  29. /*              prv_3fe   Geologic provinces (polygon)
  30. /*              fld_3fe   Oil and gas field centerpoints (point)
  31. /*              cit_3fe   Selected cities (points)
  32. /*              grd_3fe   Latitude/Longitude graticule (arc)
  33. /* ---------------------------------------------------------------------------
  34. /*  Calls:      mapbar.aml   Draws U.S.G.S. standard scale bar
  35. /* ---------------------------------------------------------------------------
  36. /*  Notes:    Creates map composition to be viewed on screen or plot files
  37. /*            in either hpgl or postscript format.
  38. /*            Operates in arcplot
  39. /* ---------------------------------------------------------------------------
  40. /*  Directory structure:
  41. /*            This AML, fnt034, fnt029,reg3prvs.txt, othprv.txt and eindex.gra 
  42. /*            need to be in one directory together.
  43. /*            The coverages need to be in a directory "covers/fareast".
  44. /*            The shadesets, markerset, lookup tables, dsclaim.txt and
  45. /*            legend.gra need to be in a directory "legend".
  46. /*            The output files need to be written to a directory "plots".
  47. /* ---------------------------------------------------------------------------
  48. /*  History:      Jin Qiang - 09/27/1997  Original Coding
  49. /*                Douglas W. Steinshouer - 02/04/1999  Modifications
  50. /* ===========================================================================           
  51.  
  52.  
  53. /* --------------- Toggle on/off to delete previous plot files
  54.  
  55. /* &sys rm ../plots/fareast.gra
  56. /* &sys rm ../plots/fareast.hpg
  57. /* &sys rm ../plots/fareast.ps
  58.  
  59. /*  ---------------- Initialize Arcplot 
  60.                    
  61. ap
  62.  
  63. /*  ----------------  Set display environment
  64. /*                    9999 - on screen display (used with east.map)
  65. /*                    1040 - graphic output fareast.gra
  66. /*                    1040 2 - graphic output fareast.ps (postscript)
  67.  
  68. /*  ----------------  Toggle on for on screen display   
  69.  
  70. display 9999
  71.  
  72. /*  ----------------  Toggle on for graphic output (fareast.gra - fareast.hpg)
  73.  
  74. /* display 1040
  75. /* ../plots/fareast.gra
  76.  
  77. /*  ----------------  Toggle on for postscript output
  78.  
  79. /* display 1040 2
  80. /*  ../plots/fareast.ps
  81.  
  82. /* ---------------- Initialize map composition (used with display 9999)
  83.  
  84. &if [exists east.map -directory] &then killmap east.map
  85. map east.map 
  86.  
  87. /* ---------------- Define page size, map extent and map scale
  88.  
  89. pagesize 43 35
  90. mape ../covers/fareast/geo_3fe
  91. mapposition cen cen
  92. maplimits 1.75 11 36 33.5
  93. mapunits meters
  94. mapscale 7500000
  95.  
  96. /* ----------------  Write Reference Citations
  97.  
  98. textdelete all
  99. textset font.txt
  100. textsymbol 1
  101. textquality kern
  102. textsize 11 pt
  103. move 4.6 6.25
  104. text 'REFERENCES'
  105. move 3.33 6.05
  106. text '1. Ghose, A., Chatterjee, D. and Banerjee, J., 1990,'
  107. move 3.5 5.85
  108. text 'The Geological Map of South and East Asia, Third Edition, (Scale 1:5,000,000), '
  109. move 3.5 5.65
  110. text 'U.N.E.S.C.O. / Commission for the Geological Map of the World,'
  111. move 3.5 5.45
  112. text 'Subcommission for South and East Asia, Paris, France.'
  113. move 3.5 5.25
  114. text 'Sheets 1,2,3 and 4.'
  115. move 3.33 5.0
  116. text '2. Environmental Systems Research Institute, Inc. (ESRI), 1992,'
  117. move 3.5 4.8
  118. text 'Arcworld Digital Map of the World (Scales 1:3,000,000 and 1:25,000,000),'
  119. move 3.5 4.6
  120. text 'ESRI., Redlands, CA.'
  121. move 3.33 4.35
  122. text '3. Petroconsultants International Data Corp., 1996,'
  123. move 3.5 4.15
  124. text 'Petroleum Exploration and Production Database,'
  125. move 3.5 3.95
  126. text 'Petroconsultants International Data Corp., Geneva, Switzerland.'
  127. move 3.33 3.7
  128. text '4. Klett, T.J., Ahlbrandt, T.S., Schmoker, J.W. and Dolton, G.L., 1997,'
  129. move 3.5 3.5
  130. text 'Ranking of the World`s Oil and Gas Provinces by Known Petroleum Volumes,'
  131. move 3.5 3.3
  132. text 'U.S. Geological Survey Open File Report 97-463, Denver, CO.'
  133. move 3.5 3.1
  134. text 'one CD-ROM.'
  135.  
  136. /*  ----------------  Write province list and U.S.G.S. disclaimer
  137.  
  138. textsymbol 14
  139. textsize 11 pt
  140. textstyle typeset
  141. move 37.35 32.8
  142. textfile reg3prv.txt
  143. move 37.35 17.2
  144. textfile othprv.txt
  145. textsize 12 pt
  146. move 24 8.6
  147. textfile ../legend/dsclaim.txt
  148.  
  149. /*  ----------------  Write description of map
  150.  
  151. textquality kern
  152. textsize 11 pt
  153. move 0 0
  154. move 31.75 14.25
  155. text 'ABOUT THIS MAP'
  156. move 29.25 14
  157. text 'This digitally compiled map is part of a worldwide series of maps on CD-ROM released by the U.S. Geological Survey`s'
  158. move 29.25 13.8
  159. text 'World Energy Project. The goal of the project is to assess the undiscovered, technically recoverable oil and gas'
  160. move 29.25 13.6
  161. text 'resources of the world.  For data management purposes, the world was divided into eight energy regions based on' 
  162. move 29.25 13.4
  163. text 'political boundaries and corresponding approximately to the economic regions of the world as defined by the U.S.'
  164. move 29.25 13.2
  165. text 'Department of State.  This map covers the northern portion of the Asia Pacific Region (Region 3) and includes The People`s'
  166. move 29.25 13
  167. text 'Republic of China, Japan, North and South Korea,  and Mongolia, and parts of Cambodia, Laos, Thailand and Vietnam.  Two ' 
  168. move 29.25 12.8
  169. text 'additional maps of the Asia Pacific Region cover Southeast Asia (Plate 2) and Australia and New Zealand (Plate 3) both to the south.'
  170. move 29.25 12.55
  171. text 'The region is divided into geologic provinces.  Each province has a set of geologic characteristics that distinguish it ' 
  172. move 29.25 12.35
  173. text 'from surrounding provinces.  These characteristics may include the predominant lithologies, the age of the strata, and the ' 
  174. move 29.25 12.15
  175. text 'structural style.  Some provinces include multiple genetically-related basins.Klett and others (1997) list all the provinces ' 
  176. move 29.25 11.95
  177. text 'identified by the World Energy Project and rank them by known petroleum volume.  Offshore province boundaries are defined' 
  178. move 29.25 11.75
  179. text 'by the 2000 meter bathymetric contour.  Each province is assigned a unique number.  Because geological trends are independent' 
  180. move 29.25 11.55
  181. text 'of political boundaries, some provinces overlap two regions and two or more countries.  Those provinces that lie entirely within' 
  182. move 29.25 11.35
  183. text 'the Asia Pacific Region begin with the number 3.  Those provinces that lie partly within another region may start with a 1,'
  184. move 29.25 11.15
  185. text 'for the Former Soviet Union, or an 8 for South Asia.  For the sake of clarity province names are not included on this plate.'
  186. move 29.25 10.9
  187. text 'Details of the data sources and map compilation are given in the metadata file on CD-ROM and at the lower left of'
  188. move 29.25 10.7
  189. text 'this map.  The geologic outcrops on this map are based primarily on the Geologic Map of South and East Asia by Ghose'
  190. move 29.25 10.5
  191. text 'and others (1990), used with permission.  Some stratigraphic units are combined to simplify the map and to ensure consistency'
  192. move 29.25 10.3
  193. text 'across the region.  All rocks are colored by age.  Sedimentary and metamorphic rocks are not differentiated, whereas igneous'
  194. move 29.25 10.1
  195. text 'rocks and their types are indicated by patterns superimposed on the appropriate age color. The centerpoint locations of oil' 
  196. move 29.25 9.9
  197. text 'and gas fields are plotted based on the locations in the Petroconsultants database (1996) and are used with permission.'
  198. move 29.25 9.7
  199. text 'This map is compiled using Environmental Systems Research Institute, Inc. (ESRI) ARC/INFO software.  Political boundaries and'
  200. move 29.25 9.5
  201. text 'cartographic representations on this map are taken, with permission, from ESRI (1992), they have no political significance and'
  202. move 29.25 9.3 
  203. text 'are displayed as general reference only.  Portions of this database covering the coastlines and country boundaries contain'
  204. move 29.25 9.1
  205. text 'intellectual property of Environmental Systems Research Institute, Inc. (ESRI).'
  206. move 29.25 8.9
  207. text 'Copyright (c) 1992 and 1996, Environmental Systems Research Institute, Inc. All rights reserved.'
  208.  
  209.  
  210. /*  ----------------  Write map projection information
  211.  
  212. textsymbol 1
  213. textsize 11 pt
  214. move 2.14 7.15
  215. text 'Projection: Lambert Conformal Conical with Two Standard Parallels at 40 degrees North and 10 degrees South Latitude'
  216. move 2.14 7.0
  217. text 'Central Meridian: 110 degrees East Longitude'
  218.  
  219. /*  ----------------  Write ancillary text
  220.  
  221. textsymbol 1
  222. textsize 9 pt
  223. move 37.295 4.5
  224. text 'Projection: Robinson'
  225. move 24.8 10.75
  226. text 'INTERIOR - GEOLOGICAL SURVEY, DENVER, CO - 1999'
  227.  
  228.  
  229. /*  ----------------  Draw and label geologic age, draw rock type and contacts 
  230.  
  231.  
  232. lineset plotter.lin
  233. linesize 0.005
  234. linesymbol 1
  235.  
  236. shadeset ../legend/usgsgeo.shd
  237.  
  238. polygonshades ../covers/fareast/geo_3fe gen_glg ../legend/glg.lut
  239.  
  240. shadeset ../legend/lith.shd
  241.  
  242. reselect ../covers/fareast/geo_3fe poly TYPE IN {'e','i','v','w'}
  243. polygonshades ../covers/fareast/geo_3fe TYPE ../legend/lith.lut
  244.  
  245. clearselect ../covers/fareast/geo_3fe poly
  246.  
  247. arcs ../covers/fareast/geo_3fe
  248.  
  249. aselect ../covers/fareast/geo_3fe poly
  250. reselect ../covers/fareast/geo_3fe poly GEN_GLG in {'oth','H2O','und'}
  251. nselect ../covers/fareast/geo_3fe poly
  252. reselect ../covers/fareast/geo_3fe poly area > 2000000000
  253.  
  254. markerset ../legend/geo1.mrk
  255. markerscale 0.1
  256. markersize 0.075
  257.  
  258. labelmarkers ../covers/fareast/geo_3fe GEN_GLG ../legend/marker.lut
  259.  
  260. /*  ----------------  Map title
  261.  
  262. textdelete all
  263. textset font.txt
  264. textsymbol 16
  265. textsize 24 pt
  266. textjustification LL
  267. move 11.375 6.5
  268. text 'MAPS SHOWING GEOLOGY, OIL AND GAS FIELDS, AND GEOLOGIC PROVINCES OF THE ASIA  PACIFIC REGION'
  269. move 18.925 5.65
  270. text 'Plate 1: The Far East'
  271.  
  272. textsize 15 pt
  273. TEXTSYMBOL 1
  274. move 2.16 34.05
  275. text 'U.S. DEPARTMENT OF THE INTERIOR'
  276. MOVE 2.16 33.85
  277. textsize 13 pt
  278. TEXT 'U.S. GEOLOGICAL SURVEY'
  279. textsymbol 1
  280. move 39.55 34.05
  281. textsize 15 pt
  282. text 'OPEN FILE REPORT 97-470F'
  283. move 41.25 33.84
  284. textsize 13 pt
  285. text 'Plate 1 OF 3'
  286.  
  287. textsymbol 16
  288. textsize 18 pt
  289. MOVE  16.485 4.2
  290. TEXT 'Douglas W. Steinshouer, Jin Qiang, Peter J. McCabe and Robert T. Ryder'
  291. move 19.75 4.95
  292. text 'Compiled By'
  293. textsize 14 pt
  294. move 20.19 3.65
  295. text '1999'
  296.  
  297.  
  298. /*  -----------------  Plot geologic legend
  299.  
  300.  
  301. plot ../legend/legend1.gra box 1.75 6.5 12.75 14.75
  302.  
  303.  
  304. /* ------------------  Draw and label geologic provinces 
  305.  
  306. overpost on
  307. overpost text nodelete
  308. lineset carto.lin
  309. reselect ../covers/fareast/prv_3fe arc PRV_3FE-ID = 2
  310. arclines ../covers/fareast/prv_3fe 202
  311. textsize 0.1
  312. textsymbol 1
  313. textcolor red
  314. reselect ../covers/fareast/prv_3fe poly CODE IN {1168, 1170, 1219, 1230, 1225, 8002 1158}
  315. nselect ../covers/fareast/prv_3fe poly
  316. polygontext ../covers/fareast/prv_3fe CODE
  317.  
  318. move 8.17 29.58
  319. text '1170'
  320. move 9.65 29.68
  321. text '1219'
  322. move 14.93 30.65
  323. text '1230'
  324. move 7.9 18.22
  325. text '8002'
  326. move 3.03 22.95
  327. text '8002'
  328. move 3.88 22.86
  329. text '3133'
  330. move 11.64 25.23
  331. text '1158'
  332. move 22.82 31.89
  333. text '3202'
  334. move 29.06 29
  335. text '1224'
  336.  
  337.  
  338.  
  339. /*  ----------------  Draw and label selected cities
  340.  
  341. markerset plotter.mrk
  342. markerscale 1
  343. markersize 0.125
  344.  
  345. POINTMARKERS ../covers/fareast/cit_3fe 69
  346.  
  347. textset font.txt
  348. textsymbol 2
  349. textcolor 'midnight blue'
  350. textsize 12 pt
  351.  
  352. pointtext ../covers/fareast/cit_3fe name ul 
  353.  
  354.  
  355. /*  ----------------  Draw oil and gas field centerpoints
  356.  
  357.  
  358. markerset oilgas.mrk
  359. markerscale mapscale 2000000
  360. reselect ../covers/fareast/fld_3fe points COMMODITY = 'Oil' 
  361. pointmarker ../covers/fareast/fld_3fe 102
  362. clearselect ../covers/fareast/fld_3fe point
  363. reselect ../covers/fareast/fld_3fe points COMMODITY = 'Gas'
  364. pointmarker ../covers/fareast/fld_3fe 202
  365.  
  366.  
  367. /*  ----------------  Draw map frame and latitude/longitude graticule
  368.  
  369. linesize 0.02;linecolor black
  370. reselect ../covers/fareast/grd_3fe arcs GRD_3FE-ID = 1
  371. arcs ../covers/fareast/grd_3fe
  372. clearselect ../covers/fareast/grd_3fe arcs 
  373. reselect ../covers/fareast/grd_3fe arcs GRD_3FE-ID = 3
  374. linesize 0.0001
  375. linecolor green
  376. arcs ../covers/fareast/grd_3fe
  377.  
  378. /*  ----------------  Label latitude/longitude graticule
  379.  
  380. textdelete all
  381. textset font.txt
  382. textcolor 1
  383. textsymbol 16
  384. textsize 8 pt
  385. textstyle typeset
  386. move 3.23 33.27; text '72!pat1713'
  387. move 4.88 33.27;text '76!pat1713'
  388. move 6.51 33.27;text '80!pat1713'
  389. move 8.17 33.27;text '84!pat1713'
  390. move 9.84 33.27;text '88!pat1713'
  391. move 11.45 33.27;text '92!pat1713'
  392. move 13.07 33.27;text '96!pat1713'
  393. move 14.68 33.27;text '100!pat1713'
  394. move 16.325 33.27;text '104!pat1713'
  395. move 17.96 33.27;text '108!pat1713'
  396. move 19.57 33.27;text '112!pat1713'
  397. move 21.2 33.27;text '116!pat1713'
  398. move 22.8 33.27;text '120!pat1713'
  399. move 24.44 33.27;text '124!pat1713'
  400. move 26.06 33.27;text '128!pat1713'
  401. move 27.7 33.27;text '132!pat1713'
  402. move 29.34 33.27;text '136!pat1713'
  403. move 31.00 33.27;text '140!pat1713'
  404. move 32.67 33.27;text '144!pat1713'
  405. move 34.33 33.27;text '148!pat1713'
  406. move 35.72 30.55;text '48!pat1713'
  407. move 35.72 28.05;text '44!pat1713'
  408. move 35.72 25.6;text '40!pat1713'
  409. move 35.72 23.3;text '36!pat1713'
  410. move 35.72 21;text '32!pat1713'
  411. move 35.72 18.85;text '28!pat1713'
  412. move 35.72 16.7;text '24!pat1713'
  413. move 28.1 13.55;text '20!pat1713'
  414. move 28.1 11.47;text '16!pat1713'
  415. move 29.65 15.05;text '132!pat1713'
  416. move 31.6 15.05;text '136!pat1713'
  417. move 33.6 15.05;text '140!pat1713'
  418. move 1.9 16.66; text '24!pat1713'
  419. move 3.97 15.05;text '80!pat1713'
  420. move 5.99 15.05;text '84!pat1713'
  421. move 7.95 15.05;text '88!pat1713'
  422. move 9.94 15.05;text '92!pat1713'
  423. move 11.93 15.05;text '96!pat1713'
  424. move 12.8 14.38;text '24!pat1713'
  425. move 12.9 12.28;text '20!pat1713'
  426. move 13.65 11.09;text '100!pat1713'
  427. move 15.70 11.09;text '104!pat1713'
  428. move 17.75 11.09;text '108!pat1713'
  429. move 19.76 11.09;text '112!pat1713'
  430. move 21.81 11.09;text '116!pat1713'
  431. move 23.85 11.09;text '120!pat1713'
  432. move 25.9 11.09;text '124!pat1713'
  433. move 1.9 30.55;text '48!pat1713'
  434. move 1.9 28.02;text '44!pat1713'
  435. move 1.9 25.61;text '40!pat1713'
  436. move 1.9 23.3;text '36!pat1713'
  437. move 1.9 21.03;text '32!pat1713'
  438. move 1.9 18.82;text '28!pat1713'
  439.  
  440. /*  ----------------  Draw annotation (Oceans and seas)
  441.  
  442. textset carto.txt
  443. annotext ../covers/fareast/geo_3fe
  444.  
  445.  
  446. /*  ----------------  Draw standard U.S.G.S. map scale bar
  447.  
  448. textdelete all
  449. textset font.txt
  450. textsymbol 14
  451. &r ../legend/mapbar 17.775 9.25 7500000
  452.  
  453.  
  454. /*  ----------------  Draw index map
  455.  
  456. plot eindex.gra box 34.7 4.85 40.95 8.1
  457.  
  458. /* ========================================================================
  459. /*  ----------------  Toggle on/off for screen display or graphic output
  460. /* ========================================================================
  461.  
  462. /*  ----------------  Toggle off for screen display, on for graphic output 
  463.  
  464. /* quit
  465.  
  466. /*  ----------------  Toggle off for screen display and postscript output 
  467.  
  468. /*  hpgl2 ../plots/fareast.gra ../plots/fareast.hpg # # OPAQUE
  469.  
  470. /*  ----------------  Toggle off for screen display and postscript output
  471. /*  ----------------  Draws gra file
  472.  
  473. /*  draw ../plots/fareast.gra 9999 
  474.  
  475. /*  =======================================================================
  476.  
  477.  
  478. &return
  479.